'^'

Complex power of complex number

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This function returns the given Complex numbers c1 to the power of the Complex number c2.

Syntax

c3 = '^'(c1, c2)

Inputs (2)

c1

Type: MyComplex

Description: Complex number

c2

Type: MyComplex

Description: Complex exponent

Outputs (1)

c3

Type: MyComplex

Description: = c1^c2